home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef QRLabelsH
- #define QRLabelsH
- //----------------------------------------------------------------------------
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Quickrep.hpp>
- #include <vcl\Dialogs.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\SysUtils.hpp>
- #include <vcl\Messages.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\System.hpp>
- //----------------------------------------------------------------------------
- class TQRLabelsForm : public TForm
- {
- __published:
- TQuickReport *QuickReport;
- TQRBand *PageHeader;
- TQRBand *Detail;
- TQRLabel *QRLabel1;
- TQRDBText *NameField;
- TQRDBText *AddressField1;
- TQRDBText *AddressField2;
- TQRDBText *AddressField3;
- private:
- public:
- virtual __fastcall TQRLabelsForm(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern TQRLabelsForm *QRLabelsForm;
- //----------------------------------------------------------------------------
- #endif
-